home *** CD-ROM | disk | FTP | other *** search
/ New Star Software Collection / NSS_Collection.iso / 3-188 win fax pro 40 / 1.ima / SETUP.LST < prev    next >
Encoding:
File List  |  1994-03-12  |  1.1 KB  |  34 lines

  1. [Params]
  2.     ; To calculate the TmpDirSize...
  3.     ; Total uncompressed files listed in the [Files] section
  4.     ; plus 4 * the biggest uncompressed file in that section
  5.     ;
  6.     ; This is due to any Disk compression utilities (e.g. DblSpace)
  7.     ; Max disk consumption is when the compressed file is copied
  8.     ; to the temp dir and the uncompressed file is being created
  9.     ; (DblSpace will compress it back at the time we uncompress ours,
  10.     ; therefore creating yet another system temp compression file, for
  11.     ; our decompressed one.)
  12.     ;
  13.     WndTitle   = Delrina WinFax PRO 4.0 Setup
  14.     WndMess    = Preparing Setup ... Please Wait
  15.     TmpDirSize = 1200
  16.     TmpDirName = winfax.t
  17.     CmdLine    = DCSETUP.EXE
  18.     DrvModName = DSHELL
  19.  
  20. [Files]
  21.     dcsetup.ex_   = dcsetup.exe
  22.     setup.in_     = setup.inf
  23.     shell.dl_     = shell.dll
  24.     ver.dl_       = ver.dll
  25.     mscomstf.dl_  = mscomstf.dll
  26.     msinsstf.dl_  = msinsstf.dll
  27.     msuilstf.dl_  = msuilstf.dll
  28.     msshlstf.dl_  = msshlstf.dll
  29.     mscuistf.dl_  = mscuistf.dll
  30.     msdetstf.dl_  = msdetstf.dll
  31.     modems.da_    = modems.dat
  32.     alias.da_     = alias.dat
  33.  
  34.